Auto merge of #1963 - Frederick888:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 2 Sep 2015 21:05:57 +0000 (21:05 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Sep 2015 21:05:57 +0000 (21:05 +0000)
The most common case is that if `cargo` is not installed to  `/usr` but somewhere else such as `/usr/local` (is this the default install prefix? don't remember...), user will see `cargo: command not found` after `sudo su` executed.

P.S. sorry for previous wrong PR... there was a redundant commit.


Trivial merge